home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plprint < prev    next >
Text File  |  1994-05-10  |  615b  |  22 lines

  1. plprint:
  2.  
  3. Synopsis: Print the contents of the current plot-window.
  4.  
  5. Syntax: plprint ( FILENM , DEVICE )
  6.  
  7. Description:
  8.  
  9.     Print the contents of the current plot-window to the PLPLOT
  10.     device identified by the string DEVICE (the default is black
  11.     and white Postscript if DEVICE is omitted). Options are:
  12.  
  13.         "ps"        Postscript (default)
  14.         "psc"        Color Postscript
  15.         "xfig"        Xfig file format
  16.         "plmeta"    Plplot meta-file
  17.         "ljii"        HP LaserJet II
  18.  
  19.     The output of plprint() is sent to the first argument, FILENM.
  20.     FILENM can be an ordinary file. On UNIX systems FILENM can
  21.     also be a pipe to the printer or some other process.
  22.